home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / jockey-common.postrm < prev    next >
Text File  |  2008-10-24  |  239b  |  13 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = remove ]; then
  4.     rm -rf /var/cache/jockey
  5. fi
  6.  
  7. # Automatically added by dh_icons
  8. if which update-icon-caches >/dev/null 2>&1 ; then
  9.     update-icon-caches /usr/share/icons/hicolor
  10. fi
  11. # End automatically added section
  12.  
  13.